home *** CD-ROM | disk | FTP | other *** search
/ kermit.columbia.edu / kermit.columbia.edu.tar / kermit.columbia.edu / newsgroups / misc.19980424-19980901 / 000303_news@newsmaster….columbia.edu _Tue Jul 28 09:35:51 1998.msg < prev    next >
Internet Message Format  |  1998-08-31  |  2KB

  1. Return-Path: <news@newsmaster.cc.columbia.edu>
  2. Received: from newsmaster.cc.columbia.edu (newsmaster.cc.columbia.edu [128.59.35.30])
  3.     by watsun.cc.columbia.edu (8.8.5/8.8.5) with ESMTP id JAA14023
  4.     for <kermit.misc@watsun.cc.columbia.edu>; Tue, 28 Jul 1998 09:35:50 -0400 (EDT)
  5. Received: (from news@localhost)
  6.     by newsmaster.cc.columbia.edu (8.8.5/8.8.5) id JAA14237
  7.     for kermit.misc@watsun; Tue, 28 Jul 1998 09:35:50 -0400 (EDT)
  8. Path: news.columbia.edu!watsun.cc.columbia.edu!fdc
  9. From: fdc@watsun.cc.columbia.edu (Frank da Cruz)
  10. Newsgroups: comp.protocols.kermit.misc
  11. Subject: Re: Putting kermit on a handheld computer
  12. Date: 28 Jul 1998 13:35:48 GMT
  13. Organization: Columbia University
  14. Lines: 24
  15. Message-ID: <6pkk3k$prh$1@apakabar.cc.columbia.edu>
  16. References: <6pj2j0$hni$1@sparky.wolfe.net>
  17. NNTP-Posting-Host: watsun.cc.columbia.edu
  18. Xref: news.columbia.edu comp.protocols.kermit.misc:9011
  19.  
  20. In article <6pj2j0$hni$1@sparky.wolfe.net>, Baus <baus@wolfenet.com> wrote:
  21. : I am trying to run kermit on a DOS 6.22 handheld computer that needs to have
  22. : video go through the bios, or so I am told.  I was also told that since
  23. : there are so many versions of kermit running that if one for this computer
  24. : does not exist, it may be possible to recompile the kermit source code for
  25. : it.
  26. : Where do I go to find if an existing version will work and if not what I
  27. : need to do to recompile for this hardware.  I would think I could get the
  28. : bios libraries for the hardware.
  29. The current version of Kermit for DOS is 3.15:
  30.  
  31.   http://www.columbia.edu/kermit/mskermit.html
  32.  
  33. Use this command:
  34.  
  35. SET TERMINAL VIDEO-WRITING {DIRECT, BIOS}
  36.   Whether screen updates during emulation should be performed by going DIRECT
  37.   to the video adapter, or should proceed through the system's video BIOS.
  38.   DIRECT is faster.  Use BIOS if you you have trouble with DIRECT or you have
  39.   a BIOS-level speech device, etc.  Applies to text mode only.
  40.  
  41. - Frank